3.23.93 \(\int \frac {1}{(d+e x)^{3/2} (a+b x+c x^2)} \, dx\) [2293]

Optimal. Leaf size=310 \[ -\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}-\frac {\sqrt {2} \sqrt {c} \left (2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e} \left (c d^2-b d e+a e^2\right )}+\frac {\sqrt {2} \sqrt {c} \left (2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e} \left (c d^2-b d e+a e^2\right )} \]

[Out]

-2*e/(a*e^2-b*d*e+c*d^2)/(e*x+d)^(1/2)-arctanh(2^(1/2)*c^(1/2)*(e*x+d)^(1/2)/(2*c*d-e*(b-(-4*a*c+b^2)^(1/2)))^
(1/2))*2^(1/2)*c^(1/2)*(2*c*d-e*(b+(-4*a*c+b^2)^(1/2)))/(a*e^2-b*d*e+c*d^2)/(-4*a*c+b^2)^(1/2)/(2*c*d-e*(b-(-4
*a*c+b^2)^(1/2)))^(1/2)+arctanh(2^(1/2)*c^(1/2)*(e*x+d)^(1/2)/(2*c*d-e*(b+(-4*a*c+b^2)^(1/2)))^(1/2))*2^(1/2)*
c^(1/2)*(2*c*d-e*(b-(-4*a*c+b^2)^(1/2)))/(a*e^2-b*d*e+c*d^2)/(-4*a*c+b^2)^(1/2)/(2*c*d-e*(b+(-4*a*c+b^2)^(1/2)
))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.48, antiderivative size = 310, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.182, Rules used = {723, 840, 1180, 214} \begin {gather*} -\frac {\sqrt {2} \sqrt {c} \left (2 c d-e \left (\sqrt {b^2-4 a c}+b\right )\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-e \left (b-\sqrt {b^2-4 a c}\right )}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-e \left (b-\sqrt {b^2-4 a c}\right )} \left (a e^2-b d e+c d^2\right )}+\frac {\sqrt {2} \sqrt {c} \left (2 c d-e \left (b-\sqrt {b^2-4 a c}\right )\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-e \left (\sqrt {b^2-4 a c}+b\right )}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-e \left (\sqrt {b^2-4 a c}+b\right )} \left (a e^2-b d e+c d^2\right )}-\frac {2 e}{\sqrt {d+e x} \left (a e^2-b d e+c d^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((d + e*x)^(3/2)*(a + b*x + c*x^2)),x]

[Out]

(-2*e)/((c*d^2 - b*d*e + a*e^2)*Sqrt[d + e*x]) - (Sqrt[2]*Sqrt[c]*(2*c*d - (b + Sqrt[b^2 - 4*a*c])*e)*ArcTanh[
(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[2*c*d - (b -
 Sqrt[b^2 - 4*a*c])*e]*(c*d^2 - b*d*e + a*e^2)) + (Sqrt[2]*Sqrt[c]*(2*c*d - (b - Sqrt[b^2 - 4*a*c])*e)*ArcTanh
[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[2*c*d - (b
+ Sqrt[b^2 - 4*a*c])*e]*(c*d^2 - b*d*e + a*e^2))

Rule 214

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-a/b, 2]/a)*ArcTanh[x/Rt[-a/b, 2]], x] /; FreeQ[{a, b},
x] && NegQ[a/b]

Rule 723

Int[((d_.) + (e_.)*(x_))^(m_)/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[e*((d + e*x)^(m + 1)/((m
+ 1)*(c*d^2 - b*d*e + a*e^2))), x] + Dist[1/(c*d^2 - b*d*e + a*e^2), Int[(d + e*x)^(m + 1)*(Simp[c*d - b*e - c
*e*x, x]/(a + b*x + c*x^2)), x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*
e + a*e^2, 0] && NeQ[2*c*d - b*e, 0] && LtQ[m, -1]

Rule 840

Int[((f_.) + (g_.)*(x_))/(Sqrt[(d_.) + (e_.)*(x_)]*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)), x_Symbol] :> Dist[2,
Subst[Int[(e*f - d*g + g*x^2)/(c*d^2 - b*d*e + a*e^2 - (2*c*d - b*e)*x^2 + c*x^4), x], x, Sqrt[d + e*x]], x] /
; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]

Rule 1180

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rubi steps

\begin {align*} \int \frac {1}{(d+e x)^{3/2} \left (a+b x+c x^2\right )} \, dx &=-\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}+\frac {\int \frac {c d-b e-c e x}{\sqrt {d+e x} \left (a+b x+c x^2\right )} \, dx}{c d^2-b d e+a e^2}\\ &=-\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}+\frac {2 \text {Subst}\left (\int \frac {c d e+e (c d-b e)-c e x^2}{c d^2-b d e+a e^2+(-2 c d+b e) x^2+c x^4} \, dx,x,\sqrt {d+e x}\right )}{c d^2-b d e+a e^2}\\ &=-\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}-\frac {\left (c \left (2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e\right )\right ) \text {Subst}\left (\int \frac {1}{\frac {1}{2} \sqrt {b^2-4 a c} e+\frac {1}{2} (-2 c d+b e)+c x^2} \, dx,x,\sqrt {d+e x}\right )}{\sqrt {b^2-4 a c} \left (c d^2-b d e+a e^2\right )}+\frac {\left (c \left (2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e\right )\right ) \text {Subst}\left (\int \frac {1}{-\frac {1}{2} \sqrt {b^2-4 a c} e+\frac {1}{2} (-2 c d+b e)+c x^2} \, dx,x,\sqrt {d+e x}\right )}{\sqrt {b^2-4 a c} \left (c d^2-b d e+a e^2\right )}\\ &=-\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}-\frac {\sqrt {2} \sqrt {c} \left (2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e} \left (c d^2-b d e+a e^2\right )}+\frac {\sqrt {2} \sqrt {c} \left (2 c d-\left (b-\sqrt {b^2-4 a c}\right ) e\right ) \tanh ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e}}\right )}{\sqrt {b^2-4 a c} \sqrt {2 c d-\left (b+\sqrt {b^2-4 a c}\right ) e} \left (c d^2-b d e+a e^2\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.95, size = 305, normalized size = 0.98 \begin {gather*} -\frac {2 e}{\left (c d^2-b d e+a e^2\right ) \sqrt {d+e x}}+\frac {\sqrt {2} \sqrt {c} \left (-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {-2 c d+b e-\sqrt {b^2-4 a c} e}}\right )}{\sqrt {b^2-4 a c} \sqrt {-2 c d+\left (b-\sqrt {b^2-4 a c}\right ) e} \left (-c d^2+e (b d-a e)\right )}+\frac {\sqrt {2} \sqrt {c} \left (2 c d+\left (-b+\sqrt {b^2-4 a c}\right ) e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} \sqrt {d+e x}}{\sqrt {-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e}}\right )}{\sqrt {b^2-4 a c} \sqrt {-2 c d+\left (b+\sqrt {b^2-4 a c}\right ) e} \left (-c d^2+e (b d-a e)\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((d + e*x)^(3/2)*(a + b*x + c*x^2)),x]

[Out]

(-2*e)/((c*d^2 - b*d*e + a*e^2)*Sqrt[d + e*x]) + (Sqrt[2]*Sqrt[c]*(-2*c*d + (b + Sqrt[b^2 - 4*a*c])*e)*ArcTan[
(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[-2*c*d + b*e - Sqrt[b^2 - 4*a*c]*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[-2*c*d + (b
 - Sqrt[b^2 - 4*a*c])*e]*(-(c*d^2) + e*(b*d - a*e))) + (Sqrt[2]*Sqrt[c]*(2*c*d + (-b + Sqrt[b^2 - 4*a*c])*e)*A
rcTan[(Sqrt[2]*Sqrt[c]*Sqrt[d + e*x])/Sqrt[-2*c*d + (b + Sqrt[b^2 - 4*a*c])*e]])/(Sqrt[b^2 - 4*a*c]*Sqrt[-2*c*
d + (b + Sqrt[b^2 - 4*a*c])*e]*(-(c*d^2) + e*(b*d - a*e)))

________________________________________________________________________________________

Maple [A]
time = 0.90, size = 297, normalized size = 0.96

method result size
derivativedivides \(2 e \left (\frac {4 c \left (-\frac {\left (-b e +2 c d -\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) \sqrt {2}\, \arctanh \left (\frac {c \sqrt {e x +d}\, \sqrt {2}}{\sqrt {\left (-b e +2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{8 \sqrt {-e^{2} \left (4 a c -b^{2}\right )}\, \sqrt {\left (-b e +2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}+\frac {\left (b e -2 c d -\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) \sqrt {2}\, \arctan \left (\frac {c \sqrt {e x +d}\, \sqrt {2}}{\sqrt {\left (b e -2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{8 \sqrt {-e^{2} \left (4 a c -b^{2}\right )}\, \sqrt {\left (b e -2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{e^{2} a -b d e +c \,d^{2}}-\frac {1}{\left (e^{2} a -b d e +c \,d^{2}\right ) \sqrt {e x +d}}\right )\) \(297\)
default \(2 e \left (\frac {4 c \left (-\frac {\left (-b e +2 c d -\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) \sqrt {2}\, \arctanh \left (\frac {c \sqrt {e x +d}\, \sqrt {2}}{\sqrt {\left (-b e +2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{8 \sqrt {-e^{2} \left (4 a c -b^{2}\right )}\, \sqrt {\left (-b e +2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}+\frac {\left (b e -2 c d -\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) \sqrt {2}\, \arctan \left (\frac {c \sqrt {e x +d}\, \sqrt {2}}{\sqrt {\left (b e -2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{8 \sqrt {-e^{2} \left (4 a c -b^{2}\right )}\, \sqrt {\left (b e -2 c d +\sqrt {-e^{2} \left (4 a c -b^{2}\right )}\right ) c}}\right )}{e^{2} a -b d e +c \,d^{2}}-\frac {1}{\left (e^{2} a -b d e +c \,d^{2}\right ) \sqrt {e x +d}}\right )\) \(297\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x+d)^(3/2)/(c*x^2+b*x+a),x,method=_RETURNVERBOSE)

[Out]

2*e*(4/(a*e^2-b*d*e+c*d^2)*c*(-1/8*(-b*e+2*c*d-(-e^2*(4*a*c-b^2))^(1/2))/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((-b
*e+2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)*arctanh(c*(e*x+d)^(1/2)*2^(1/2)/((-b*e+2*c*d+(-e^2*(4*a*c-b^2))^(1
/2))*c)^(1/2))+1/8*(b*e-2*c*d-(-e^2*(4*a*c-b^2))^(1/2))/(-e^2*(4*a*c-b^2))^(1/2)*2^(1/2)/((b*e-2*c*d+(-e^2*(4*
a*c-b^2))^(1/2))*c)^(1/2)*arctan(c*(e*x+d)^(1/2)*2^(1/2)/((b*e-2*c*d+(-e^2*(4*a*c-b^2))^(1/2))*c)^(1/2)))-1/(a
*e^2-b*d*e+c*d^2)/(e*x+d)^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)^(3/2)/(c*x^2+b*x+a),x, algorithm="maxima")

[Out]

integrate(1/((c*x^2 + b*x + a)*(x*e + d)^(3/2)), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 11003 vs. \(2 (274) = 548\).
time = 4.93, size = 11003, normalized size = 35.49 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)^(3/2)/(c*x^2+b*x+a),x, algorithm="fricas")

[Out]

1/2*(sqrt(2)*(c*d^3 + a*x*e^3 - (b*d*x - a*d)*e^2 + (c*d^2*x - b*d^2)*e)*sqrt((2*c^3*d^3 - 3*b*c^2*d^2*e + 3*(
b^2*c - 2*a*c^2)*d*e^2 - (b^3 - 3*a*b*c)*e^3 + ((b^2*c^3 - 4*a*c^4)*d^6 - 3*(b^3*c^2 - 4*a*b*c^3)*d^5*e + 3*(b
^4*c - 3*a*b^2*c^2 - 4*a^2*c^3)*d^4*e^2 - (b^5 + 2*a*b^3*c - 24*a^2*b*c^2)*d^3*e^3 + 3*(a*b^4 - 3*a^2*b^2*c -
4*a^3*c^2)*d^2*e^4 - 3*(a^2*b^3 - 4*a^3*b*c)*d*e^5 + (a^3*b^2 - 4*a^4*c)*e^6)*sqrt((9*c^4*d^4*e^2 - 18*b*c^3*d
^3*e^3 + 3*(5*b^2*c^2 - 2*a*c^3)*d^2*e^4 - 6*(b^3*c - a*b*c^2)*d*e^5 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^6)/((b^2*
c^6 - 4*a*c^7)*d^12 - 6*(b^3*c^5 - 4*a*b*c^6)*d^11*e + 3*(5*b^4*c^4 - 18*a*b^2*c^5 - 8*a^2*c^6)*d^10*e^2 - 10*
(2*b^5*c^3 - 5*a*b^3*c^4 - 12*a^2*b*c^5)*d^9*e^3 + 15*(b^6*c^2 - 15*a^2*b^2*c^4 - 4*a^3*c^5)*d^8*e^4 - 6*(b^7*
c + 6*a*b^5*c^2 - 30*a^2*b^3*c^3 - 40*a^3*b*c^4)*d^7*e^5 + (b^8 + 26*a*b^6*c - 30*a^2*b^4*c^2 - 340*a^3*b^2*c^
3 - 80*a^4*c^4)*d^6*e^6 - 6*(a*b^7 + 6*a^2*b^5*c - 30*a^3*b^3*c^2 - 40*a^4*b*c^3)*d^5*e^7 + 15*(a^2*b^6 - 15*a
^4*b^2*c^2 - 4*a^5*c^3)*d^4*e^8 - 10*(2*a^3*b^5 - 5*a^4*b^3*c - 12*a^5*b*c^2)*d^3*e^9 + 3*(5*a^4*b^4 - 18*a^5*
b^2*c - 8*a^6*c^2)*d^2*e^10 - 6*(a^5*b^3 - 4*a^6*b*c)*d*e^11 + (a^6*b^2 - 4*a^7*c)*e^12)))/((b^2*c^3 - 4*a*c^4
)*d^6 - 3*(b^3*c^2 - 4*a*b*c^3)*d^5*e + 3*(b^4*c - 3*a*b^2*c^2 - 4*a^2*c^3)*d^4*e^2 - (b^5 + 2*a*b^3*c - 24*a^
2*b*c^2)*d^3*e^3 + 3*(a*b^4 - 3*a^2*b^2*c - 4*a^3*c^2)*d^2*e^4 - 3*(a^2*b^3 - 4*a^3*b*c)*d*e^5 + (a^3*b^2 - 4*
a^4*c)*e^6))*log(sqrt(2)*(6*(b^2*c^3 - 4*a*c^4)*d^3*e^2 - 9*(b^3*c^2 - 4*a*b*c^3)*d^2*e^3 + (5*b^4*c - 22*a*b^
2*c^2 + 8*a^2*c^3)*d*e^4 - (b^5 - 5*a*b^3*c + 4*a^2*b*c^2)*e^5 - (2*(b^2*c^5 - 4*a*c^6)*d^8 - 8*(b^3*c^4 - 4*a
*b*c^5)*d^7*e + (13*b^4*c^3 - 48*a*b^2*c^4 - 16*a^2*c^5)*d^6*e^2 - (11*b^5*c^2 - 32*a*b^3*c^3 - 48*a^2*b*c^4)*
d^5*e^3 + 5*(b^6*c - a*b^4*c^2 - 12*a^2*b^2*c^3)*d^4*e^4 - (b^7 + 6*a*b^5*c - 40*a^2*b^3*c^2)*d^3*e^5 + (3*a*b
^6 - 9*a^2*b^4*c - 16*a^3*b^2*c^2 + 16*a^4*c^3)*d^2*e^6 - (3*a^2*b^5 - 16*a^3*b^3*c + 16*a^4*b*c^2)*d*e^7 + (a
^3*b^4 - 6*a^4*b^2*c + 8*a^5*c^2)*e^8)*sqrt((9*c^4*d^4*e^2 - 18*b*c^3*d^3*e^3 + 3*(5*b^2*c^2 - 2*a*c^3)*d^2*e^
4 - 6*(b^3*c - a*b*c^2)*d*e^5 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^6)/((b^2*c^6 - 4*a*c^7)*d^12 - 6*(b^3*c^5 - 4*a*
b*c^6)*d^11*e + 3*(5*b^4*c^4 - 18*a*b^2*c^5 - 8*a^2*c^6)*d^10*e^2 - 10*(2*b^5*c^3 - 5*a*b^3*c^4 - 12*a^2*b*c^5
)*d^9*e^3 + 15*(b^6*c^2 - 15*a^2*b^2*c^4 - 4*a^3*c^5)*d^8*e^4 - 6*(b^7*c + 6*a*b^5*c^2 - 30*a^2*b^3*c^3 - 40*a
^3*b*c^4)*d^7*e^5 + (b^8 + 26*a*b^6*c - 30*a^2*b^4*c^2 - 340*a^3*b^2*c^3 - 80*a^4*c^4)*d^6*e^6 - 6*(a*b^7 + 6*
a^2*b^5*c - 30*a^3*b^3*c^2 - 40*a^4*b*c^3)*d^5*e^7 + 15*(a^2*b^6 - 15*a^4*b^2*c^2 - 4*a^5*c^3)*d^4*e^8 - 10*(2
*a^3*b^5 - 5*a^4*b^3*c - 12*a^5*b*c^2)*d^3*e^9 + 3*(5*a^4*b^4 - 18*a^5*b^2*c - 8*a^6*c^2)*d^2*e^10 - 6*(a^5*b^
3 - 4*a^6*b*c)*d*e^11 + (a^6*b^2 - 4*a^7*c)*e^12)))*sqrt((2*c^3*d^3 - 3*b*c^2*d^2*e + 3*(b^2*c - 2*a*c^2)*d*e^
2 - (b^3 - 3*a*b*c)*e^3 + ((b^2*c^3 - 4*a*c^4)*d^6 - 3*(b^3*c^2 - 4*a*b*c^3)*d^5*e + 3*(b^4*c - 3*a*b^2*c^2 -
4*a^2*c^3)*d^4*e^2 - (b^5 + 2*a*b^3*c - 24*a^2*b*c^2)*d^3*e^3 + 3*(a*b^4 - 3*a^2*b^2*c - 4*a^3*c^2)*d^2*e^4 -
3*(a^2*b^3 - 4*a^3*b*c)*d*e^5 + (a^3*b^2 - 4*a^4*c)*e^6)*sqrt((9*c^4*d^4*e^2 - 18*b*c^3*d^3*e^3 + 3*(5*b^2*c^2
 - 2*a*c^3)*d^2*e^4 - 6*(b^3*c - a*b*c^2)*d*e^5 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^6)/((b^2*c^6 - 4*a*c^7)*d^12 -
 6*(b^3*c^5 - 4*a*b*c^6)*d^11*e + 3*(5*b^4*c^4 - 18*a*b^2*c^5 - 8*a^2*c^6)*d^10*e^2 - 10*(2*b^5*c^3 - 5*a*b^3*
c^4 - 12*a^2*b*c^5)*d^9*e^3 + 15*(b^6*c^2 - 15*a^2*b^2*c^4 - 4*a^3*c^5)*d^8*e^4 - 6*(b^7*c + 6*a*b^5*c^2 - 30*
a^2*b^3*c^3 - 40*a^3*b*c^4)*d^7*e^5 + (b^8 + 26*a*b^6*c - 30*a^2*b^4*c^2 - 340*a^3*b^2*c^3 - 80*a^4*c^4)*d^6*e
^6 - 6*(a*b^7 + 6*a^2*b^5*c - 30*a^3*b^3*c^2 - 40*a^4*b*c^3)*d^5*e^7 + 15*(a^2*b^6 - 15*a^4*b^2*c^2 - 4*a^5*c^
3)*d^4*e^8 - 10*(2*a^3*b^5 - 5*a^4*b^3*c - 12*a^5*b*c^2)*d^3*e^9 + 3*(5*a^4*b^4 - 18*a^5*b^2*c - 8*a^6*c^2)*d^
2*e^10 - 6*(a^5*b^3 - 4*a^6*b*c)*d*e^11 + (a^6*b^2 - 4*a^7*c)*e^12)))/((b^2*c^3 - 4*a*c^4)*d^6 - 3*(b^3*c^2 -
4*a*b*c^3)*d^5*e + 3*(b^4*c - 3*a*b^2*c^2 - 4*a^2*c^3)*d^4*e^2 - (b^5 + 2*a*b^3*c - 24*a^2*b*c^2)*d^3*e^3 + 3*
(a*b^4 - 3*a^2*b^2*c - 4*a^3*c^2)*d^2*e^4 - 3*(a^2*b^3 - 4*a^3*b*c)*d*e^5 + (a^3*b^2 - 4*a^4*c)*e^6)) - 4*(3*c
^4*d^2*e - 3*b*c^3*d*e^2 + (b^2*c^2 - a*c^3)*e^3)*sqrt(x*e + d)) - sqrt(2)*(c*d^3 + a*x*e^3 - (b*d*x - a*d)*e^
2 + (c*d^2*x - b*d^2)*e)*sqrt((2*c^3*d^3 - 3*b*c^2*d^2*e + 3*(b^2*c - 2*a*c^2)*d*e^2 - (b^3 - 3*a*b*c)*e^3 + (
(b^2*c^3 - 4*a*c^4)*d^6 - 3*(b^3*c^2 - 4*a*b*c^3)*d^5*e + 3*(b^4*c - 3*a*b^2*c^2 - 4*a^2*c^3)*d^4*e^2 - (b^5 +
 2*a*b^3*c - 24*a^2*b*c^2)*d^3*e^3 + 3*(a*b^4 - 3*a^2*b^2*c - 4*a^3*c^2)*d^2*e^4 - 3*(a^2*b^3 - 4*a^3*b*c)*d*e
^5 + (a^3*b^2 - 4*a^4*c)*e^6)*sqrt((9*c^4*d^4*e^2 - 18*b*c^3*d^3*e^3 + 3*(5*b^2*c^2 - 2*a*c^3)*d^2*e^4 - 6*(b^
3*c - a*b*c^2)*d*e^5 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^6)/((b^2*c^6 - 4*a*c^7)*d^12 - 6*(b^3*c^5 - 4*a*b*c^6)*d^
11*e + 3*(5*b^4*c^4 - 18*a*b^2*c^5 - 8*a^2*c^6)*d^10*e^2 - 10*(2*b^5*c^3 - 5*a*b^3*c^4 - 12*a^2*b*c^5)*d^9*e^3
 + 15*(b^6*c^2 - 15*a^2*b^2*c^4 - 4*a^3*c^5)*d^...

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (d + e x\right )^{\frac {3}{2}} \left (a + b x + c x^{2}\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)**(3/2)/(c*x**2+b*x+a),x)

[Out]

Integral(1/((d + e*x)**(3/2)*(a + b*x + c*x**2)), x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 1458 vs. \(2 (274) = 548\).
time = 0.96, size = 1458, normalized size = 4.70 \begin {gather*} -\frac {2 \, e}{{\left (c d^{2} - b d e + a e^{2}\right )} \sqrt {x e + d}} - \frac {{\left ({\left (c d^{2} e - b d e^{2} + a e^{3}\right )}^{2} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c - \sqrt {b^{2} - 4 \, a c} c\right )} e} {\left (b^{2} - 4 \, a c\right )} e - 2 \, {\left (2 \, \sqrt {b^{2} - 4 \, a c} c^{2} d^{3} e - 3 \, \sqrt {b^{2} - 4 \, a c} b c d^{2} e^{2} - \sqrt {b^{2} - 4 \, a c} a b e^{4} + {\left (b^{2} + 2 \, a c\right )} \sqrt {b^{2} - 4 \, a c} d e^{3}\right )} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c - \sqrt {b^{2} - 4 \, a c} c\right )} e} {\left | c d^{2} e - b d e^{2} + a e^{3} \right |} + {\left (4 \, c^{4} d^{6} e - 12 \, b c^{3} d^{5} e^{2} + {\left (13 \, b^{2} c^{2} + 8 \, a c^{3}\right )} d^{4} e^{3} + a^{2} b^{2} e^{7} - 2 \, {\left (3 \, b^{3} c + 8 \, a b c^{2}\right )} d^{3} e^{4} + {\left (b^{4} + 10 \, a b^{2} c + 4 \, a^{2} c^{2}\right )} d^{2} e^{5} - 2 \, {\left (a b^{3} + 2 \, a^{2} b c\right )} d e^{6}\right )} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c - \sqrt {b^{2} - 4 \, a c} c\right )} e}\right )} \arctan \left (\frac {2 \, \sqrt {\frac {1}{2}} \sqrt {x e + d}}{\sqrt {-\frac {2 \, c^{2} d^{3} - 3 \, b c d^{2} e + b^{2} d e^{2} + 2 \, a c d e^{2} - a b e^{3} + \sqrt {{\left (2 \, c^{2} d^{3} - 3 \, b c d^{2} e + b^{2} d e^{2} + 2 \, a c d e^{2} - a b e^{3}\right )}^{2} - 4 \, {\left (c^{2} d^{4} - 2 \, b c d^{3} e + b^{2} d^{2} e^{2} + 2 \, a c d^{2} e^{2} - 2 \, a b d e^{3} + a^{2} e^{4}\right )} {\left (c^{2} d^{2} - b c d e + a c e^{2}\right )}}}{c^{2} d^{2} - b c d e + a c e^{2}}}}\right )}{4 \, {\left (\sqrt {b^{2} - 4 \, a c} c^{3} d^{6} - 3 \, \sqrt {b^{2} - 4 \, a c} b c^{2} d^{5} e + 3 \, {\left (b^{2} c + a c^{2}\right )} \sqrt {b^{2} - 4 \, a c} d^{4} e^{2} - 3 \, \sqrt {b^{2} - 4 \, a c} a^{2} b d e^{5} - {\left (b^{3} + 6 \, a b c\right )} \sqrt {b^{2} - 4 \, a c} d^{3} e^{3} + \sqrt {b^{2} - 4 \, a c} a^{3} e^{6} + 3 \, {\left (a b^{2} + a^{2} c\right )} \sqrt {b^{2} - 4 \, a c} d^{2} e^{4}\right )} {\left | c d^{2} e - b d e^{2} + a e^{3} \right |} {\left | c \right |}} + \frac {{\left ({\left (c d^{2} e - b d e^{2} + a e^{3}\right )}^{2} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c + \sqrt {b^{2} - 4 \, a c} c\right )} e} {\left (b^{2} - 4 \, a c\right )} e + 2 \, {\left (2 \, \sqrt {b^{2} - 4 \, a c} c^{2} d^{3} e - 3 \, \sqrt {b^{2} - 4 \, a c} b c d^{2} e^{2} - \sqrt {b^{2} - 4 \, a c} a b e^{4} + {\left (b^{2} + 2 \, a c\right )} \sqrt {b^{2} - 4 \, a c} d e^{3}\right )} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c + \sqrt {b^{2} - 4 \, a c} c\right )} e} {\left | c d^{2} e - b d e^{2} + a e^{3} \right |} + {\left (4 \, c^{4} d^{6} e - 12 \, b c^{3} d^{5} e^{2} + {\left (13 \, b^{2} c^{2} + 8 \, a c^{3}\right )} d^{4} e^{3} + a^{2} b^{2} e^{7} - 2 \, {\left (3 \, b^{3} c + 8 \, a b c^{2}\right )} d^{3} e^{4} + {\left (b^{4} + 10 \, a b^{2} c + 4 \, a^{2} c^{2}\right )} d^{2} e^{5} - 2 \, {\left (a b^{3} + 2 \, a^{2} b c\right )} d e^{6}\right )} \sqrt {-4 \, c^{2} d + 2 \, {\left (b c + \sqrt {b^{2} - 4 \, a c} c\right )} e}\right )} \arctan \left (\frac {2 \, \sqrt {\frac {1}{2}} \sqrt {x e + d}}{\sqrt {-\frac {2 \, c^{2} d^{3} - 3 \, b c d^{2} e + b^{2} d e^{2} + 2 \, a c d e^{2} - a b e^{3} - \sqrt {{\left (2 \, c^{2} d^{3} - 3 \, b c d^{2} e + b^{2} d e^{2} + 2 \, a c d e^{2} - a b e^{3}\right )}^{2} - 4 \, {\left (c^{2} d^{4} - 2 \, b c d^{3} e + b^{2} d^{2} e^{2} + 2 \, a c d^{2} e^{2} - 2 \, a b d e^{3} + a^{2} e^{4}\right )} {\left (c^{2} d^{2} - b c d e + a c e^{2}\right )}}}{c^{2} d^{2} - b c d e + a c e^{2}}}}\right )}{4 \, {\left (\sqrt {b^{2} - 4 \, a c} c^{3} d^{6} - 3 \, \sqrt {b^{2} - 4 \, a c} b c^{2} d^{5} e + 3 \, {\left (b^{2} c + a c^{2}\right )} \sqrt {b^{2} - 4 \, a c} d^{4} e^{2} - 3 \, \sqrt {b^{2} - 4 \, a c} a^{2} b d e^{5} - {\left (b^{3} + 6 \, a b c\right )} \sqrt {b^{2} - 4 \, a c} d^{3} e^{3} + \sqrt {b^{2} - 4 \, a c} a^{3} e^{6} + 3 \, {\left (a b^{2} + a^{2} c\right )} \sqrt {b^{2} - 4 \, a c} d^{2} e^{4}\right )} {\left | c d^{2} e - b d e^{2} + a e^{3} \right |} {\left | c \right |}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)^(3/2)/(c*x^2+b*x+a),x, algorithm="giac")

[Out]

-2*e/((c*d^2 - b*d*e + a*e^2)*sqrt(x*e + d)) - 1/4*((c*d^2*e - b*d*e^2 + a*e^3)^2*sqrt(-4*c^2*d + 2*(b*c - sqr
t(b^2 - 4*a*c)*c)*e)*(b^2 - 4*a*c)*e - 2*(2*sqrt(b^2 - 4*a*c)*c^2*d^3*e - 3*sqrt(b^2 - 4*a*c)*b*c*d^2*e^2 - sq
rt(b^2 - 4*a*c)*a*b*e^4 + (b^2 + 2*a*c)*sqrt(b^2 - 4*a*c)*d*e^3)*sqrt(-4*c^2*d + 2*(b*c - sqrt(b^2 - 4*a*c)*c)
*e)*abs(c*d^2*e - b*d*e^2 + a*e^3) + (4*c^4*d^6*e - 12*b*c^3*d^5*e^2 + (13*b^2*c^2 + 8*a*c^3)*d^4*e^3 + a^2*b^
2*e^7 - 2*(3*b^3*c + 8*a*b*c^2)*d^3*e^4 + (b^4 + 10*a*b^2*c + 4*a^2*c^2)*d^2*e^5 - 2*(a*b^3 + 2*a^2*b*c)*d*e^6
)*sqrt(-4*c^2*d + 2*(b*c - sqrt(b^2 - 4*a*c)*c)*e))*arctan(2*sqrt(1/2)*sqrt(x*e + d)/sqrt(-(2*c^2*d^3 - 3*b*c*
d^2*e + b^2*d*e^2 + 2*a*c*d*e^2 - a*b*e^3 + sqrt((2*c^2*d^3 - 3*b*c*d^2*e + b^2*d*e^2 + 2*a*c*d*e^2 - a*b*e^3)
^2 - 4*(c^2*d^4 - 2*b*c*d^3*e + b^2*d^2*e^2 + 2*a*c*d^2*e^2 - 2*a*b*d*e^3 + a^2*e^4)*(c^2*d^2 - b*c*d*e + a*c*
e^2)))/(c^2*d^2 - b*c*d*e + a*c*e^2)))/((sqrt(b^2 - 4*a*c)*c^3*d^6 - 3*sqrt(b^2 - 4*a*c)*b*c^2*d^5*e + 3*(b^2*
c + a*c^2)*sqrt(b^2 - 4*a*c)*d^4*e^2 - 3*sqrt(b^2 - 4*a*c)*a^2*b*d*e^5 - (b^3 + 6*a*b*c)*sqrt(b^2 - 4*a*c)*d^3
*e^3 + sqrt(b^2 - 4*a*c)*a^3*e^6 + 3*(a*b^2 + a^2*c)*sqrt(b^2 - 4*a*c)*d^2*e^4)*abs(c*d^2*e - b*d*e^2 + a*e^3)
*abs(c)) + 1/4*((c*d^2*e - b*d*e^2 + a*e^3)^2*sqrt(-4*c^2*d + 2*(b*c + sqrt(b^2 - 4*a*c)*c)*e)*(b^2 - 4*a*c)*e
 + 2*(2*sqrt(b^2 - 4*a*c)*c^2*d^3*e - 3*sqrt(b^2 - 4*a*c)*b*c*d^2*e^2 - sqrt(b^2 - 4*a*c)*a*b*e^4 + (b^2 + 2*a
*c)*sqrt(b^2 - 4*a*c)*d*e^3)*sqrt(-4*c^2*d + 2*(b*c + sqrt(b^2 - 4*a*c)*c)*e)*abs(c*d^2*e - b*d*e^2 + a*e^3) +
 (4*c^4*d^6*e - 12*b*c^3*d^5*e^2 + (13*b^2*c^2 + 8*a*c^3)*d^4*e^3 + a^2*b^2*e^7 - 2*(3*b^3*c + 8*a*b*c^2)*d^3*
e^4 + (b^4 + 10*a*b^2*c + 4*a^2*c^2)*d^2*e^5 - 2*(a*b^3 + 2*a^2*b*c)*d*e^6)*sqrt(-4*c^2*d + 2*(b*c + sqrt(b^2
- 4*a*c)*c)*e))*arctan(2*sqrt(1/2)*sqrt(x*e + d)/sqrt(-(2*c^2*d^3 - 3*b*c*d^2*e + b^2*d*e^2 + 2*a*c*d*e^2 - a*
b*e^3 - sqrt((2*c^2*d^3 - 3*b*c*d^2*e + b^2*d*e^2 + 2*a*c*d*e^2 - a*b*e^3)^2 - 4*(c^2*d^4 - 2*b*c*d^3*e + b^2*
d^2*e^2 + 2*a*c*d^2*e^2 - 2*a*b*d*e^3 + a^2*e^4)*(c^2*d^2 - b*c*d*e + a*c*e^2)))/(c^2*d^2 - b*c*d*e + a*c*e^2)
))/((sqrt(b^2 - 4*a*c)*c^3*d^6 - 3*sqrt(b^2 - 4*a*c)*b*c^2*d^5*e + 3*(b^2*c + a*c^2)*sqrt(b^2 - 4*a*c)*d^4*e^2
 - 3*sqrt(b^2 - 4*a*c)*a^2*b*d*e^5 - (b^3 + 6*a*b*c)*sqrt(b^2 - 4*a*c)*d^3*e^3 + sqrt(b^2 - 4*a*c)*a^3*e^6 + 3
*(a*b^2 + a^2*c)*sqrt(b^2 - 4*a*c)*d^2*e^4)*abs(c*d^2*e - b*d*e^2 + a*e^3)*abs(c))

________________________________________________________________________________________

Mupad [B]
time = 5.88, size = 2500, normalized size = 8.06 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((d + e*x)^(3/2)*(a + b*x + c*x^2)),x)

[Out]

atan((((d + e*x)^(1/2)*(16*c^8*d^8*e^2 - 16*a^4*c^4*e^10 + 32*a*c^7*d^6*e^4 - 64*b*c^7*d^7*e^3 + 8*a^3*b^2*c^3
*e^10 - 32*a^3*c^5*d^2*e^8 + 104*b^2*c^6*d^6*e^4 - 88*b^3*c^5*d^5*e^5 + 40*b^4*c^4*d^4*e^6 - 8*b^5*c^3*d^3*e^7
 + 24*a^2*b^2*c^4*d^2*e^8 - 96*a*b*c^6*d^5*e^5 + 32*a^3*b*c^4*d*e^9 + 120*a*b^2*c^5*d^4*e^6 - 80*a*b^3*c^4*d^3
*e^7 + 24*a*b^4*c^3*d^2*e^8 - 24*a^2*b^3*c^3*d*e^9) + (-(b^5*e^3 + 8*a*c^4*d^3 - 2*b^2*c^3*d^3 + b^2*e^3*(-(4*
a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^3 - 24*a^2*c^3*d*e^2 + 3*b^3*c^2*d^2*e + 3*c^2*d^2*e*(-(4*a*c - b^2)^3)^(
1/2) - 7*a*b^3*c*e^3 - a*c*e^3*(-(4*a*c - b^2)^3)^(1/2) - 3*b^4*c*d*e^2 - 12*a*b*c^3*d^2*e - 3*b*c*d*e^2*(-(4*
a*c - b^2)^3)^(1/2) + 18*a*b^2*c^2*d*e^2)/(2*(16*a^2*c^5*d^6 + a^3*b^4*e^6 + 16*a^5*c^2*e^6 + b^4*c^3*d^6 - b^
7*d^3*e^3 - 8*a*b^2*c^4*d^6 - 8*a^4*b^2*c*e^6 + 3*a*b^6*d^2*e^4 - 3*a^2*b^5*d*e^5 - 3*b^5*c^2*d^5*e + 3*b^6*c*
d^4*e^2 + 48*a^3*c^4*d^4*e^2 + 48*a^4*c^3*d^2*e^4 + 24*a^2*b^2*c^3*d^4*e^2 + 32*a^2*b^3*c^2*d^3*e^3 + 24*a^3*b
^2*c^2*d^2*e^4 + 24*a*b^3*c^3*d^5*e + 2*a*b^5*c*d^3*e^3 - 48*a^2*b*c^4*d^5*e + 24*a^3*b^3*c*d*e^5 - 48*a^4*b*c
^2*d*e^5 - 21*a*b^4*c^2*d^4*e^2 - 21*a^2*b^4*c*d^2*e^4 - 96*a^3*b*c^3*d^3*e^3)))^(1/2)*((d + e*x)^(1/2)*(-(b^5
*e^3 + 8*a*c^4*d^3 - 2*b^2*c^3*d^3 + b^2*e^3*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^3 - 24*a^2*c^3*d*e^2 +
3*b^3*c^2*d^2*e + 3*c^2*d^2*e*(-(4*a*c - b^2)^3)^(1/2) - 7*a*b^3*c*e^3 - a*c*e^3*(-(4*a*c - b^2)^3)^(1/2) - 3*
b^4*c*d*e^2 - 12*a*b*c^3*d^2*e - 3*b*c*d*e^2*(-(4*a*c - b^2)^3)^(1/2) + 18*a*b^2*c^2*d*e^2)/(2*(16*a^2*c^5*d^6
 + a^3*b^4*e^6 + 16*a^5*c^2*e^6 + b^4*c^3*d^6 - b^7*d^3*e^3 - 8*a*b^2*c^4*d^6 - 8*a^4*b^2*c*e^6 + 3*a*b^6*d^2*
e^4 - 3*a^2*b^5*d*e^5 - 3*b^5*c^2*d^5*e + 3*b^6*c*d^4*e^2 + 48*a^3*c^4*d^4*e^2 + 48*a^4*c^3*d^2*e^4 + 24*a^2*b
^2*c^3*d^4*e^2 + 32*a^2*b^3*c^2*d^3*e^3 + 24*a^3*b^2*c^2*d^2*e^4 + 24*a*b^3*c^3*d^5*e + 2*a*b^5*c*d^3*e^3 - 48
*a^2*b*c^4*d^5*e + 24*a^3*b^3*c*d*e^5 - 48*a^4*b*c^2*d*e^5 - 21*a*b^4*c^2*d^4*e^2 - 21*a^2*b^4*c*d^2*e^4 - 96*
a^3*b*c^3*d^3*e^3)))^(1/2)*(64*a*c^9*d^11*e^2 - 32*a^6*b*c^3*e^13 + 64*a^6*c^4*d*e^12 + 8*a^5*b^3*c^2*e^13 + 3
20*a^2*c^8*d^9*e^4 + 640*a^3*c^7*d^7*e^6 + 640*a^4*c^6*d^5*e^8 + 320*a^5*c^5*d^3*e^10 - 16*b^2*c^8*d^11*e^2 +
88*b^3*c^7*d^10*e^3 - 200*b^4*c^6*d^9*e^4 + 240*b^5*c^5*d^8*e^5 - 160*b^6*c^4*d^7*e^6 + 56*b^7*c^3*d^6*e^7 - 8
*b^8*c^2*d^5*e^8 + 2400*a^2*b^2*c^6*d^7*e^6 - 1680*a^2*b^3*c^5*d^6*e^7 + 240*a^2*b^4*c^4*d^5*e^8 + 240*a^2*b^5
*c^3*d^4*e^9 - 80*a^2*b^6*c^2*d^3*e^10 + 2720*a^3*b^2*c^5*d^5*e^8 - 1200*a^3*b^3*c^4*d^4*e^9 + 80*a^3*b^5*c^2*
d^2*e^11 + 1200*a^4*b^2*c^4*d^3*e^10 - 200*a^4*b^3*c^3*d^2*e^11 - 352*a*b*c^8*d^10*e^3 + 720*a*b^2*c^7*d^9*e^4
 - 600*a*b^3*c^6*d^8*e^5 + 336*a*b^5*c^4*d^6*e^7 - 208*a*b^6*c^3*d^5*e^8 + 40*a*b^7*c^2*d^4*e^9 - 1440*a^2*b*c
^7*d^8*e^5 - 2240*a^3*b*c^6*d^6*e^7 - 1600*a^4*b*c^5*d^4*e^9 - 40*a^4*b^4*c^2*d*e^12 - 480*a^5*b*c^4*d^2*e^11
+ 144*a^5*b^2*c^3*d*e^12) - 32*a^5*b*c^3*e^12 + 64*a*c^8*d^9*e^3 + 64*a^5*c^4*d*e^11 + 8*a^4*b^3*c^2*e^12 + 25
6*a^2*c^7*d^7*e^5 + 384*a^3*c^6*d^5*e^7 + 256*a^4*c^5*d^3*e^9 - 16*b^2*c^7*d^9*e^3 + 72*b^3*c^6*d^8*e^4 - 128*
b^4*c^5*d^7*e^5 + 112*b^5*c^4*d^6*e^6 - 48*b^6*c^3*d^5*e^7 + 8*b^7*c^2*d^4*e^8 + 1056*a^2*b^2*c^5*d^5*e^7 - 40
0*a^2*b^3*c^4*d^4*e^8 - 64*a^2*b^4*c^3*d^3*e^9 + 48*a^2*b^5*c^2*d^2*e^10 + 704*a^3*b^2*c^4*d^3*e^9 - 96*a^3*b^
3*c^3*d^2*e^10 - 288*a*b*c^7*d^8*e^4 + 448*a*b^2*c^6*d^7*e^5 - 224*a*b^3*c^5*d^6*e^6 - 96*a*b^4*c^4*d^5*e^7 +
128*a*b^5*c^3*d^4*e^8 - 32*a*b^6*c^2*d^3*e^9 - 896*a^2*b*c^6*d^6*e^6 - 960*a^3*b*c^5*d^4*e^8 - 32*a^3*b^4*c^2*
d*e^11 - 384*a^4*b*c^4*d^2*e^10 + 112*a^4*b^2*c^3*d*e^11))*(-(b^5*e^3 + 8*a*c^4*d^3 - 2*b^2*c^3*d^3 + b^2*e^3*
(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^3 - 24*a^2*c^3*d*e^2 + 3*b^3*c^2*d^2*e + 3*c^2*d^2*e*(-(4*a*c - b^2)
^3)^(1/2) - 7*a*b^3*c*e^3 - a*c*e^3*(-(4*a*c - b^2)^3)^(1/2) - 3*b^4*c*d*e^2 - 12*a*b*c^3*d^2*e - 3*b*c*d*e^2*
(-(4*a*c - b^2)^3)^(1/2) + 18*a*b^2*c^2*d*e^2)/(2*(16*a^2*c^5*d^6 + a^3*b^4*e^6 + 16*a^5*c^2*e^6 + b^4*c^3*d^6
 - b^7*d^3*e^3 - 8*a*b^2*c^4*d^6 - 8*a^4*b^2*c*e^6 + 3*a*b^6*d^2*e^4 - 3*a^2*b^5*d*e^5 - 3*b^5*c^2*d^5*e + 3*b
^6*c*d^4*e^2 + 48*a^3*c^4*d^4*e^2 + 48*a^4*c^3*d^2*e^4 + 24*a^2*b^2*c^3*d^4*e^2 + 32*a^2*b^3*c^2*d^3*e^3 + 24*
a^3*b^2*c^2*d^2*e^4 + 24*a*b^3*c^3*d^5*e + 2*a*b^5*c*d^3*e^3 - 48*a^2*b*c^4*d^5*e + 24*a^3*b^3*c*d*e^5 - 48*a^
4*b*c^2*d*e^5 - 21*a*b^4*c^2*d^4*e^2 - 21*a^2*b^4*c*d^2*e^4 - 96*a^3*b*c^3*d^3*e^3)))^(1/2)*1i + ((d + e*x)^(1
/2)*(16*c^8*d^8*e^2 - 16*a^4*c^4*e^10 + 32*a*c^7*d^6*e^4 - 64*b*c^7*d^7*e^3 + 8*a^3*b^2*c^3*e^10 - 32*a^3*c^5*
d^2*e^8 + 104*b^2*c^6*d^6*e^4 - 88*b^3*c^5*d^5*e^5 + 40*b^4*c^4*d^4*e^6 - 8*b^5*c^3*d^3*e^7 + 24*a^2*b^2*c^4*d
^2*e^8 - 96*a*b*c^6*d^5*e^5 + 32*a^3*b*c^4*d*e^9 + 120*a*b^2*c^5*d^4*e^6 - 80*a*b^3*c^4*d^3*e^7 + 24*a*b^4*c^3
*d^2*e^8 - 24*a^2*b^3*c^3*d*e^9) + (-(b^5*e^3 + 8*a*c^4*d^3 - 2*b^2*c^3*d^3 + b^2*e^3*(-(4*a*c - b^2)^3)^(1/2)
 + 12*a^2*b*c^2*e^3 - 24*a^2*c^3*d*e^2 + 3*b^3*c^2*d^2*e + 3*c^2*d^2*e*(-(4*a*c - b^2)^3)^(1/2) - 7*a*b^3*c*e^
3 - a*c*e^3*(-(4*a*c - b^2)^3)^(1/2) - 3*b^4*c*...

________________________________________________________________________________________